home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17928 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news.asu.edu!usenet
  2. From: Frank Guohua Li <Guohua@asu.edu>
  3. Newsgroups: comp.lang.c++
  4. Subject: How to Create a Tabbed View MDI Child Window, just like the Database Window in MS Access? Help me please.
  5. Date: Wed, 17 Apr 1996 21:15:18 -0700
  6. Organization: Arizona State University
  7. Message-ID: <3175C1D6.4316@asu.edu>
  8. NNTP-Posting-Host: ppp4-23.inre.asu.edu
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0GoldB1 (Win95; I)
  13.  
  14. Can anybody help me please. I need to design a MDI window that has a tabbed view in it.
  15. Detailed descriptions are following:
  16.  
  17. 1. It should be a MDI child window, not a Property Dialog.
  18. 2. The MDI window should be resizable. And the Tabbed View inside the MDI window should
  19.    be sized according to the MDI child window.
  20. 3. There are vertical and horizon scrollbars within the Tabbed View (not in the MDI window).
  21. 4. Some good examples will be The "Database Window" in MS Access and the "Project    Workspace 
  22. window" in Visual C++ 4.x. 
  23.  
  24. Any help is highly appreciated!
  25.